← Index
NYTProf Performance Profile   
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 17:10:45 2013
Reported on Tue Oct 15 17:12:49 2013

Filename(eval 1043)[/usr/share/perl5/YAML/Base.pm:73]
StatementsExecuted 129 statements in 779µs
Eval Invoked At/usr/share/perl5/YAML/Base.pm line 73
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
6421607µs607µsYAML::Base::::__ANON__[:8]YAML::Base::__ANON__[:8]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
# spent 607µs within YAML::Base::__ANON__[(eval 1043)[/usr/share/perl5/YAML/Base.pm:73]:8] which was called 64 times, avg 9µs/call: # 32 times (320µs+0s) by YAML::init_action_object at line 87 of YAML.pm, avg 10µs/call # 32 times (287µs+0s) by YAML::init_action_object at line 83 of YAML.pm, avg 9µs/call
sub {
264173µs $_[0]->{loader_class} = 'YAML::Loader'
3
4 unless exists $_[0]->{loader_class};
564596µs return $_[0]->{loader_class} unless $#_ > 0;
6 $_[0]->{loader_class} = $_[1];
7 return $_[0]->{loader_class};
8}
9
10110µs;